home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hanna-in-a-choppa.swf / scripts / DefineButton2_70 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-12-21  |  179 b   |  11 lines

  1. on(release){
  2.    if(_root.objSounds.sounds.music.playing)
  3.    {
  4.       _root.objSounds.stop("music");
  5.    }
  6.    else
  7.    {
  8.       _root.objSounds.play("music",70,true);
  9.    }
  10. }
  11.